home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1997 / HAM Radio 1997.iso / vcls / moden / tcom / flowparm.dfm / flowparm.txt
Encoding:
Text File  |  1996-04-08  |  2.1 KB  |  111 lines

  1. object FlowControlForm: TFlowControlForm
  2.   Left = 373
  3.   Top = 266
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Flow Control'
  7.   ClientHeight = 202
  8.   ClientWidth = 442
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = [fsBold]
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object HardwareFlowGroup: TRadioGroup
  17.     Left = 10
  18.     Top = 5
  19.     Width = 198
  20.     Height = 144
  21.     Caption = '&Hardware Flow Control'
  22.     Items.Strings = (
  23.       'None'
  24.       'DTR/DSR'
  25.       'RTS/CTS')
  26.     TabOrder = 0
  27.   end
  28.   object SoftwareFlowGroup: TGroupBox
  29.     Left = 236
  30.     Top = 5
  31.     Width = 198
  32.     Height = 144
  33.     Caption = '&Software Flow Control'
  34.     TabOrder = 1
  35.     object Label1: TLabel
  36.       Left = 10
  37.       Top = 84
  38.       Width = 63
  39.       Height = 16
  40.       Caption = 'Xon Char:'
  41.       FocusControl = XonCharEdit
  42.     end
  43.     object Label2: TLabel
  44.       Left = 10
  45.       Top = 113
  46.       Width = 63
  47.       Height = 16
  48.       Caption = 'Xoff Char:'
  49.       FocusControl = XoffCharEdit
  50.     end
  51.     object ReceiveFlowBox: TCheckBox
  52.       Left = 10
  53.       Top = 25
  54.       Width = 178
  55.       Height = 21
  56.       Caption = 'Receive Flow Control'
  57.       TabOrder = 0
  58.     end
  59.     object TransmitFlowBox: TCheckBox
  60.       Left = 10
  61.       Top = 49
  62.       Width = 178
  63.       Height = 21
  64.       Caption = 'Transmit Flow Control'
  65.       TabOrder = 1
  66.     end
  67.     object XonCharEdit: TEdit
  68.       Left = 98
  69.       Top = 79
  70.       Width = 61
  71.       Height = 24
  72.       MaxLength = 3
  73.       TabOrder = 2
  74.     end
  75.     object XoffCharEdit: TEdit
  76.       Left = 98
  77.       Top = 108
  78.       Width = 61
  79.       Height = 24
  80.       MaxLength = 3
  81.       TabOrder = 3
  82.     end
  83.   end
  84.   object OkBtn: TBitBtn
  85.     Left = 41
  86.     Top = 162
  87.     Width = 85
  88.     Height = 27
  89.     TabOrder = 2
  90.     OnClick = OkBtnClick
  91.     Kind = bkOK
  92.   end
  93.   object CancelBtn: TBitBtn
  94.     Left = 179
  95.     Top = 162
  96.     Width = 85
  97.     Height = 27
  98.     TabOrder = 3
  99.     Kind = bkCancel
  100.   end
  101.   object HelpBtn: TBitBtn
  102.     Left = 316
  103.     Top = 162
  104.     Width = 85
  105.     Height = 27
  106.     Enabled = False
  107.     TabOrder = 4
  108.     Kind = bkHelp
  109.   end
  110. end
  111.